Description
Toggle stack display in json response for all rest api calls in Nuxeo
Operation id | JsonStack.ToggleDisplay |
Category | Execution Context |
Label | Json Error Stack Display |
Requires | |
Since | 6.0 |
Parameters
Signature
Inputs | void |
Outputs | boolean |
Implementation Information
JSON Definition
{
"id" : "JsonStack.ToggleDisplay",
"label" : "Json Error Stack Display",
"category" : "Execution Context",
"requires" : null,
"description" : "Toggle stack display in json response for all rest api calls in Nuxeo",
"since" : "6.0",
"url" : "JsonStack.ToggleDisplay",
"signature" : [ "void", "boolean" ],
"params" : [ {
"name" : "enableTrace",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}